Click or drag to resize

PdfFormObject Class

Represents a form object.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfPageObject
    Patagames.Pdf.NetPdfFormObject

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfFormObject : PdfPageObject

The PdfFormObject type exposes the following members.

Properties
 NameDescription
Public propertyBackgroundAlphaNeeded Check something
Public propertyIsParsed Check that whether the current PdfFormObject is parsed.
Public propertyPageObjects Gets the collection of PDF page objects found in the current PdfFormObject.
Public propertyStream Gets the underlying PdfTypeStream.
Public propertyTransparency Gets transparency type for current PdfPageObject
Top
Methods
 NameDescription
Public methodCalcBoundingBox Calculate bounding box
Public methodStatic memberCreate Create new instance of PdfFormObject class
Protected methodDispose Releases all resources used by the PdfFormObject.
(Overrides PdfPageObjectDispose(Boolean))
Public methodTransformPageObjects(FS_MATRIX) Transform PageObjects collection with a specified matrix
Public methodTransformPageObjects(Single, Single, Single, Single, Single, Single) Transform (scale, rotate, shear, move) PageObjects collection.
Top
See Also