public double YCoordinate {get; set;}
'Declaration
Public Property YCoordinate As Double
'Usage
Dim instance As PdfCustomBookmark
Dim value As Double
instance.YCoordinate = value
value = instance.YCoordinate
public double YCoordinate {get; set;}
get_YCoordinate();
set_YCoordinate(value);
Object.defineProperty('YCoordinate');
public:
property double YCoordinate {
double get();
void set ( double value);
}
Property Value
The vertical coordinate of this bookmark item in points in the PDF page. Default value is 0.