←Select platform

XCoordinate Property

Summary

Initial view X coordinate position of the page to use when creating a PDF document.

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 initial view X coordinate position of the page to use when creating a PDF document. Default value is 0 (left of the page).

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