Initial view Y coordinate position of the page to use when creating a PDF document.
public double YCoordinate { get; set; }
Public Property YCoordinate As Double
@property (nonatomic, assign) double yCoordinate
public double getYCoordinate()
public void setYCoordinate(double yCoordinate)
The initial view Y coordinate position of the page to use when creating a PDF document. Default value is 0 (top 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