WmfRestoreDc

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject

public class WmfRestoreDc extends WmfObject

The restore DC object

Constructors

ConstructorDescription
WmfRestoreDc()

Methods

MethodDescription
getNSavedDc()Gets or sets the n saved dc.
setNSavedDc(short value)Gets or sets the n saved dc.

WmfRestoreDc()

public WmfRestoreDc()

getNSavedDc()

public short getNSavedDc()

Gets or sets the n saved dc.

Value: The saved state to be restored. If this member is positive, nSavedDC represents a specific instance of the state to be restored. If this member is negative, nSavedDC represents an instance relative to the current state.

Returns: short

setNSavedDc(short value)

public void setNSavedDc(short value)

Gets or sets the n saved dc.

Value: The saved state to be restored. If this member is positive, nSavedDC represents a specific instance of the state to be restored. If this member is negative, nSavedDC represents an instance relative to the current state.

Parameters:

ParameterTypeDescription
valueshort