PdfPrintSettings
SelectSinglePageLayout Method
|
Select one page to one paper layout.
Default pageScalingMode = PdfSinglePageScalingMode.FitSize, autoPortraitOrLandscape = true, customScaling = 100f.
Namespace:
Spire.Pdf.Print
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfSinglePageLayout SelectSinglePageLayout()
Public Function SelectSinglePageLayout As PdfSinglePageLayout
public:
PdfSinglePageLayout^ SelectSinglePageLayout()
member SelectSinglePageLayout : unit -> PdfSinglePageLayout
Return Value
Type:
PdfSinglePageLayout
See Also