Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics Namespace / FormXObject Class
Properties Methods

In This Topic
    FormXObject Class Members
    In This Topic

    The following tables list the members exposed by FormXObject.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the list of embedded files associated with this FormXObject.  
    Public PropertyGets or sets the bounds of this FormXObject.  
    Public PropertyGets the GrapeCity.Documents.Pdf.GcPdfDocument owning this object.  
    Public PropertyGets an instance of GrapeCity.Documents.Pdf.GcPdfGraphics that can be used to generate content of this FormXObject.  
    Public PropertyGets a value indicating whether the AssociatedFiles collection is not empty.  
    Public PropertyGets 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.

     
    Public PropertyGets or sets the System.Numerics.Matrix3x2 that maps form space into user space.  
    Public PropertyGets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)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.

     
    Public MethodGets 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)
    Public MethodGets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets 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)
    Public MethodGets 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)
    Public MethodGets the list of fonts referenced by this FormXObject.  
    Public MethodReturns a value indicating whether this content stream is not empty, i.e. it contains some PDF operators. (Inherited from GrapeCity.Documents.Pdf.ContentStream)
    Public MethodFor 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)
    Top
    See Also