Initial view X coordinate position of the page to use when creating a PDF document.
public double XCoordinate { get; set; }
Public Property XCoordinate As Double
@property (nonatomic, assign) double xCoordinate
public double getXCoordinate()
public void setXCoordinate(double xCoordinate)
The initial view X coordinate position of the page to use when creating a PDF document. Default value is 0 (left of the page).
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET