Class OXPSSpotLocationType
Inheritance
System.Object
OXPSSpotLocationType
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
Syntax
public class OXPSSpotLocationType : Object
Constructors
OXPSSpotLocationType()
Declaration
public OXPSSpotLocationType()
Properties
PageURI
Declaration
public string PageURI { get; set; }
Property Value
Type |
Description |
System.String |
|
StartX
Declaration
public double StartX { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartY
Declaration
public double StartY { get; set; }
Property Value
Type |
Description |
System.Double |
|