←Select platform

YCoordinate Property

Summary

Vertical coordinate in points of this bookmark item in the PDF page.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double YCoordinate { get; set; } 
Public Property YCoordinate As Double 
public double YCoordinate {get; set;} 
@property (nonatomic, assign) double yCoordinate 
public double getYCoordinate() 
public void setYCoordinate(double yCoordinate) 
             
 <br/>get_YCoordinate();<br/>set_YCoordinate(value);<br/>Object.defineProperty('YCoordinate');  
public: 
property double YCoordinate { 
   double get(); 
   void set (    double ); 
} 

Property Value

The vertical coordinate of this bookmark item in points in the PDF page. Default value is 0.

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