Aspose::Pdf::GroupProcessor::Creators::PdfTypeObjectCreator class

PdfTypeObjectCreator class

Represents an creator of IPdfTypeExtractor object.

class PdfTypeObjectCreator : public System::Object

Methods

MethodDescription
CreateExtractor(System::String, int32_t, bool)Creates IPdfTypeExtractor object.
CreateExtractor(System::SharedPtr<System::IO::Stream>, int32_t, bool)Creates IPdfTypeExtractor object.
CreateExtractor(System::String, System::String, int32_t, bool)Creates IPdfTypeExtractor object.
CreateExtractor(System::SharedPtr<System::IO::Stream>, System::String, int32_t, bool)Creates IPdfTypeExtractor object.

See Also