Click or drag to resize

PdfExport Class

Represents the Export entry of the PdfOCUsage class.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.Wrappers.OptionalContentPdfExport

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

The PdfExport type exposes the following members.

Constructors
 NameDescription
Public methodPdfExport(OCGState) Creates new instance of PdfExport.
Public methodPdfExport(PdfTypeBase) Creates a new instance of PdfExport and initialize it with specified dictionary.
Top
Properties
 NameDescription
Public propertyExportState Gets or sets a value that indicates the recommended state for content in the group when the document (or part of it) is saved by a viewer application to a format that does not support optional content (for example, an earlier version of PDF or a raster image format).
Top
Remarks
Please see remarks section at PdfOCAutoState for more details.
See Also