←Select platform

YCoordinate Property

Summary

Initial view Y coordinate position of the page to use when creating a PDF document.

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly