←Select platform

TileVerticalOffset Property

Summary

Gets or sets the vertical offset from the origin of the reference grid to the top of the first tile

Syntax

C#
VB
WinRT C#
C++
public int TileVerticalOffset { get; set; } 
Public Property TileVerticalOffset As Integer 
public int TileVerticalOffset {get; set;} 
 <br/>get_TileVerticalOffset();<br/>set_TileVerticalOffset(value);<br/>Object.defineProperty('TileVerticalOffset');  
public: 
property int TileVerticalOffset { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value that indicates vertical offset from the origin of the reference grid to the top of the first tile

Example

For an example, refer to Jpeg2000Options.

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.Dicom Assembly