ConverterScreenResolution Property |
Public API of XMLmind XSL-FO Converter for .NET
Screen resolution in DPI.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public int ScreenResolution { get; set; }
Public Property ScreenResolution As Integer
Get
Set
public:
property int ScreenResolution {
int get ();
void set (int value);
}
Property Value
Type:
Int32Remarks
Used to convert px lengths to other units.
Positive integer. The default value is 96.
See Also