←Select platform

XCoordinate Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly