←Select platform

YCoordinate Property

Summary
Initial view Y coordinate position of the page to use when creating a PDF document.
Syntax
C#
VB
Objective-C
C++
Java
public double YCoordinate { get; set; } 
Public Property YCoordinate As Double 
@property (nonatomic, assign) double yCoordinate 
public double getYCoordinate() 
public void setYCoordinate(double yCoordinate) 
public: 
property double YCoordinate { 
   double get(); 
   void set (    double ); 
} 

Property Value

The initial view Y coordinate position of the page to use when creating a PDF document. Default value is 0 (top of the page).

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.