Path
SnapsToDevicePixels Property
|
Gets or sets the SnapsToDevicePixels.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool SnapsToDevicePixels { get; set; }
Public Property SnapsToDevicePixels As Boolean
Get
Set
public:
property bool SnapsToDevicePixels {
bool get ();
void set (bool value);
}
member SnapsToDevicePixels : bool with get, set
Property Value
Type:
Boolean
See Also