Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / MultiPagePrinting Class / Type Property

In This Topic
    Type Property (MultiPagePrinting)
    In This Topic
    Gets or sets how a document is printed or rendered so that it can be bound as a booklet.
    Syntax
    'Declaration
     
    Public Property Type As MultiPagePrintingType
    public MultiPagePrintingType Type {get; set;}
    Remarks
    This property has affect on all document sections.
    See Also