Name | Description | |
---|---|---|
FormXObject Constructor | Overloaded. |
The following tables list the members exposed by FormXObject.
Name | Description | |
---|---|---|
FormXObject Constructor | Overloaded. |
Name | Description | |
---|---|---|
AssociatedFiles | Gets the list of embedded files associated with this FormXObject. | |
Bounds | Gets or sets the bounds of this FormXObject. | |
Doc | Gets the GrapeCity.Documents.Pdf.GcPdfDocument owning this object. | |
Graphics | Gets an instance of GrapeCity.Documents.Pdf.GcPdfGraphics that can be used to generate content of this FormXObject. | |
HasAssociatedFiles | Gets a value indicating whether the AssociatedFiles collection is not empty. | |
Layer | Gets or sets an object that specifies the layer to which this FormXObject belongs.
This can be either an GrapeCity.Documents.Pdf.Layers.OptionalContentGroup or an GrapeCity.Documents.Pdf.Layers.OptionalContentMembership. | |
Matrix | Gets or sets the System.Numerics.Matrix3x2 that maps form space into user space. | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) |
Name | Description | |
---|---|---|
CreateList | Creates a list of FormXObject objects using a specified list of pages as the source.
Note that Matrix and Bounds properties are automatically adjusted to take into account the GrapeCity.Documents.Pdf.Page.UserUnit property of the source page. | |
GetPdfStream | Gets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamData | Gets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamInfo | Gets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetStream | Gets the System.IO.Stream object containing the content of this GrapeCity.Documents.Pdf.ContentStream.
It is the caller's responsibility to dispose the returned stream after usage. Important: this method returns null if the current ContentStream object is empty. (Inherited from GrapeCity.Documents.Pdf.ContentStream) | |
GetUsedFonts | Gets the list of fonts referenced by this FormXObject. | |
HasContent | Returns a value indicating whether this content stream is not empty, i.e. it contains some PDF operators. (Inherited from GrapeCity.Documents.Pdf.ContentStream) | |
SetContent | For internal use. Sets the content of this GrapeCity.Documents.Pdf.ContentStream from the specified System.IO.MemoryStream. If copyStream is true then stream content will be copied and it should be disposed; otherwise (copyStream is false) the content stream will use passed stream. (Inherited from GrapeCity.Documents.Pdf.ContentStream) |