Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentUsage.PrintDef Class / PrintState Property

In This Topic
    PrintState Property
    In This Topic
    Gets or sets a value indicating that the group shall be set to that state when the document is printed.
    Syntax
    'Declaration
     
    Public Property PrintState As System.Nullable(Of PdfEnum(Of LayerContentState))
    public System.Nullable<PdfEnum<LayerContentState>> PrintState {get; set;}
    See Also