←Select platform

YCoordinate Property

Summary

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

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 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly