Click or drag to resize

PdfPrint Class

Represents the Print entry of the PdfOCUsage class.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.Wrappers.OptionalContentPdfPrint

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

The PdfPrint type exposes the following members.

Constructors
 NameDescription
Public methodPdfPrint(OCGState) Creates new instance of PdfPrint.
Public methodPdfPrint(PdfTypeBase) Creates a new instance of PdfPrint and initialize it with specified dictionary.
Top
Properties
 NameDescription
Public propertyPrintState Gets or sets a flag indicating that the group should be set to ON or OFF state when the document is printed from a viewer application.
Public propertySubtype Gets or sets a value indicating the type of content controlled by the group intended for use in printing; for example, Trapping, PrintersMarks and Watermark.
Top
Remarks
A Print dictionary specifying that the content in this group is intended for use in printing.

The recommended state of the optional content group is the value of the PrintState property. If PrintState is not present, the state of the optional content group is left unchanged.

Please see remarks section at PdfOCAutoState for more details.
See Also