←Select platform

XCoordinate Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public double XCoordinate { get; set; } 
Public Property XCoordinate As Double 
@property (nonatomic, assign) double xCoordinate 
public double getXCoordinate() 
public void setXCoordinate(double 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly