XFINIUM.PDF Documentation
ConversionFactor Property



Gets or sets the conversion factor.
Syntax
'Declaration
 
Public Property ConversionFactor As Double
'Usage
 
Dim instance As PdfNumberFormat
Dim value As Double
 
instance.ConversionFactor = value
 
value = instance.ConversionFactor
public double ConversionFactor {get; set;}
public:
property double ConversionFactor {
   double get();
   void set (    double value);
}

Property Value

The conversion factor used to multiply a value in partial units of the previous number format array element to obtain a value in the units of this object.
Remarks
When this object is in the first number format in the array, its meaning (that is, what it shall be multiplied by) depends on which property in the PdfRectilinearMeasure references the number format array.
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

PdfNumberFormat Class
PdfNumberFormat Members

Send Feedback