←Select platform

YCoordinate Property (PdfCustomBookmark)

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) 
get_YCoordinate(); 
set_YCoordinate(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.DocumentWriters Assembly
Click or drag to resize