Aspose::Pdf::XForm class

XForm class

Class represent XForm.

class XForm : public System::IDisposable,
              public Aspose::Pdf::ISupportsMemoryCleanup,
              public Aspose::Pdf::IOperatorContainer

Methods

MethodDescription
static CreateNewForm(System::SharedPtr<Page>, System::SharedPtr<Document>)Creates XForm which duplicates contents of the page.
Dispose() overrideFrees up memory.
FreeMemory() overrideClears cached data.
get_BBox()Gets form bounding box.
get_Contents() overrideGets operators of the form.
get_IT()Gets form IT. Form IT is a name describing the intent of the XObject.
get_Matrix()Gets matrix of the form.
get_Name()Gets form name. Form name is name which used to reference form in XObejct ductionary in page resources.
get_Opi()Gets The Open Prepress Interface (OPI).
get_Rectangle()Gets rectangel of the form.
get_Resources() overrideGets Form XObject resources.
get_Subtype()Gets form Subtype.
GetResources(bool)Returns resources of Form X-Object.
GetResources()Returns resources of Form X-Object. If For does not have resources and allowCreate is true, Resources will be automatically created for the form.
set_BBox(System::SharedPtr<Aspose::Pdf::Rectangle>)Sets form bounding box.
set_Matrix(System::SharedPtr<Aspose::Pdf::Matrix>)Sets matrix of the form.
set_Name(System::String)Sets form name. Form name is name which used to reference form in XObejct ductionary in page resources.

See Also