Click or drag to resize

PdfPageElement Class

Represents the PageElement entry of the PdfOCUsage class.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.Wrappers.OptionalContentPdfPageElement

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfPageElement : PdfWrapper

The PdfPageElement type exposes the following members.

Constructors
 NameDescription
Public methodPdfPageElement(PageElement) Creates new instance of PdfPageElement.
Public methodPdfPageElement(PdfTypeBase) Creates a new instance of PdfPageElement and initialize it with specified dictionary.
Top
Properties
 NameDescription
Public propertySubtype Get or sets a value declaring that the group contains a pagination artifact.
Top
Remarks
A PageElement dictionary declaring that the group contains a pagination artifact.
See Also