PdfSinglePageLayout
AutoPortraitOrLandscape Property
|
Get or set a value indicating whether automatic portrait and landscape.
Default value false.
Namespace:
Spire.Pdf.Print
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool AutoPortraitOrLandscape { get; set; }
Public Property AutoPortraitOrLandscape As Boolean
Get
Set
public:
property bool AutoPortraitOrLandscape {
bool get ();
void set (bool value);
}
member AutoPortraitOrLandscape : bool with get, set
Property Value
Type:
Boolean
See Also