Reflection
PrintSquareAspectRatio Property


Returns or specifies whether the terminal preserves the dimensions of the graphics display when it prints, ensuring that objects maintain their correct proportions and shapes.
Syntax
'Declaration
 
Property PrintSquareAspectRatio As Boolean
'Usage
 
Dim instance As IPrintOptions
Dim value As Boolean
 
instance.PrintSquareAspectRatio = value
 
value = instance.PrintSquareAspectRatio
bool PrintSquareAspectRatio {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
This setting is valid in 3179G terminal sessions only.
See Also