←Select platform

XCoordinate Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double XCoordinate { get; set; } 
Public Property XCoordinate As Double 
public double XCoordinate {get; set;} 
@property (nonatomic, assign) double xCoordinate 
public double getXCoordinate() 
public void setXCoordinate(double xCoordinate) 
             
 <br/>get_XCoordinate();<br/>set_XCoordinate(value);<br/>Object.defineProperty('XCoordinate');  
public: 
property double XCoordinate { 
   double get(); 
   void set (    double ); 
} 

Property Value

The horizontal 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