Pdf Print Page Mode

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This enum may be removed in the future,please use the enum of PdfPageLayoutMode")]
public enum PdfPrintPageMode
<ObsoleteAttribute("This enum may be removed in the future,please use the enum of PdfPageLayoutMode")> 
Public Enumeration PdfPrintPageMode
[ObsoleteAttribute(L"This enum may be removed in the future,please use the enum of PdfPageLayoutMode")]
public enum class PdfPrintPageMode
[<ObsoleteAttribute("This enum may be removed in the future,please use the enum of PdfPageLayoutMode")>]
type PdfPrintPageMode

Members

MemberValueDescription
NormalMode0
Normal Print
MultiPageMode1
Multi-Page Print

See Also