XFINIUM.PDF Documentation
ScaleRatio Property



Gets or sets the scale ratio.
Syntax
'Declaration
 
Public Property ScaleRatio As String
'Usage
 
Dim instance As PdfRectilinearMeasure
Dim value As String
 
instance.ScaleRatio = value
 
value = instance.ScaleRatio
public string ScaleRatio {get; set;}
public:
property String^ ScaleRatio {
   String^ get();
   void set (    String^ value);
}

Property Value

A text string expressing the scale ratio of the drawing in the region corresponding to this object.
Remarks
Universally recognized unit abbreviations should be used, either matching those of the number format collections in this object or those of commonly used scale ratios.
For example: 1/4 in = 1 ft
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfRectilinearMeasure Class
PdfRectilinearMeasure Members

Send Feedback