Attachment.RenderingPosition Property

Independentsoft MSG .NET

Attachment RenderingPosition Property MSG .NET Class Library
Contains rendering position index.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public long RenderingPosition { get; set; }
public long RenderingPosition { get; set; }
Public Property RenderingPosition As Long 
	Get 
	Set
Public Property RenderingPosition As Long 
	Get 
	Set
Dim instance As Attachment 
Dim value As Long 

value = instance.RenderingPosition

instance.RenderingPosition = value
Dim instance As Attachment 
Dim value As Long 

value = instance.RenderingPosition

instance.RenderingPosition = value
/** @property */
public long get_RenderingPosition()
/** @property */
public void set_RenderingPosition(long value)
/** @property */
public long get_RenderingPosition()
/** @property */
public void set_RenderingPosition(long value)
function get RenderingPosition () : long 
function set RenderingPosition (value : long)
function get RenderingPosition () : long 
function set RenderingPosition (value : long)
function get_RenderingPosition();
function set_RenderingPosition(value);
function get_RenderingPosition();
function set_RenderingPosition(value);

Property Value

Type: OnlineInt64
The rendering position.
See Also