Gets or set a value indicating handle PageSettings Landscape.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This property may be removed in the future,please use the methods of PdfDocument.PrintSettings.SelectSinglePageLayout.")] public bool CustomHandleLandscape { get; set; }
<ObsoleteAttribute("This property may be removed in the future,please use the methods of PdfDocument.PrintSettings.SelectSinglePageLayout.")> Public Property CustomHandleLandscape As Boolean Get Set
public: [ObsoleteAttribute(L"This property may be removed in the future,please use the methods of PdfDocument.PrintSettings.SelectSinglePageLayout.")] property bool CustomHandleLandscape { bool get (); void set (bool value); }
[<ObsoleteAttribute("This property may be removed in the future,please use the methods of PdfDocument.PrintSettings.SelectSinglePageLayout.")>] member CustomHandleLandscape : bool with get, set