[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentUsage.PrintDef

Class OptionalContentUsage.PrintDef

Namespace
GrapeCity.Documents.Pdf.Layers
Assembly
GcDocs.Pdf.dll

Defines the options specifying that the content to be used when printing.

public class OptionalContentUsage.PrintDef : PdfDictWrapper, IPdfDict
Inheritance
object
OptionalContentUsage.PrintDef
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

PrintDef()

Initializes a new instance of the OptionalContentUsage.PrintDef class.

public PrintDef()

Properties

PrintState

Gets or sets a value indicating that the group shall be set to that state when the document is printed.

public PdfEnum<LayerContentState>? PrintState { get; set; }

Property Value

PdfEnum<LayerContentState>?

Subtype

Gets or sets a value specifying the kind of content controlled by the group, for example, Trapping, PrintersMarks or Watermark.

public string Subtype { get; set; }

Property Value

string