←Select platform

XCoordinate Property (PdfCustomBookmark)

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) 
get_XCoordinate(); 
set_XCoordinate(value); 
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

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