Aspose::Pdf::XForm class
Contents
[
Hide
]XForm class
Class represent XForm.
class XForm : public System::IDisposable,
public Aspose::Pdf::ISupportsMemoryCleanup,
public Aspose::Pdf::IOperatorContainer
Methods
Method | Description |
---|---|
static CreateNewForm(System::SharedPtr<Page>, System::SharedPtr<Document>) | Creates XForm which duplicates contents of the page. |
Dispose() override | Frees up memory. |
FreeMemory() override | Clears cached data. |
get_BBox() | Gets form bounding box. |
get_Contents() override | Gets 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() override | Gets 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
- Class IDisposable
- Class ISupportsMemoryCleanup
- Class IOperatorContainer
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++