XForm ClassTerminal Works - PDF Printing.Net Library
Represents a graphical object that can be used to render retained graphics on it. In GDI+ it is represented by a Metafile, in WPF by a DrawingVisual, and in PDF by a Form XObjects.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXImage
    PdfEdit.DrawingXForm
      PdfEdit.DrawingXPdfForm

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class XForm : XImage, [T:#=znc7XDmFfNyRKbXjOkxBALTl18Qqt]

The XForm type exposes the following members.

Constructors

  NameDescription
Protected methodXForm
Initializes a new instance of the XForm class.
Public methodXForm(PdfDocument, XRect)
Initializes a new instance of the XForm class that represents a page of a PDF document.
Public methodXForm(PdfDocument, XSize)
Initializes a new instance of the XForm class that represents a page of a PDF document.
Public methodXForm(XGraphics, XSize)
Initializes a new instance of the XForm class such that it can be drawn on the specified graphics object.
Public methodXForm(PdfDocument, XUnit, XUnit)
Initializes a new instance of the XForm class that represents a page of a PDF document.
Public methodXForm(XGraphics, XUnit, XUnit)
Initializes a new instance of the XForm class such that it can be drawn on the specified graphics object.
Top
Methods

  NameDescription
Public methodDispose
Under construction
(Inherited from XImage.)
Protected methodDispose(Boolean)
Disposes this instance.
(Overrides XImageDispose(Boolean).)
Public methodDrawingFinished
This function should be called when drawing the content of this form is finished. The XGraphics object used for drawing the content is disposed by this function and cannot be used for any further drawing operations. PDFEdit automatically calls this function when this form was used the first time in a DrawImage function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBoundingBox
Gets or sets the bounding box.
Public propertyFormat
Gets the format of the image.
(Inherited from XImage.)
Public propertyHeight Obsolete.
Get the width of the page identified by the property PageNumber.
(Overrides XImageHeight.)
Public propertyHorizontalResolution
Gets 72, the horizontal resolution by design of a form object.
(Overrides XImageHorizontalResolution.)
Public propertyInterpolate
Gets or sets a flag indicating whether image interpolation is to be performed.
(Inherited from XImage.)
Public propertyPixelHeight
Get the height of the page identified by the property PageNumber.
(Overrides XImagePixelHeight.)
Public propertyPixelWidth
Get the width of the page identified by the property PageNumber.
(Overrides XImagePixelWidth.)
Public propertyPointHeight
Get the height in point of this image.
(Overrides XImagePointHeight.)
Public propertyPointWidth
Get the width in point of this image.
(Overrides XImagePointWidth.)
Public propertySize
Get the size of the page identified by the property PageNumber.
(Overrides XImageSize.)
Public propertyTransform
Gets or sets the transformation matrix.
Public propertyVerticalResolution
Gets 72 always, the vertical resolution by design of a form object.
(Overrides XImageVerticalResolution.)
Public propertyViewBox
Gets the view box of the form.
Public propertyWidth Obsolete.
Get the width of the page identified by the property PageNumber.
(Overrides XImageWidth.)
Top
See Also

Reference