Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfRestoreDc

  • All Implemented Interfaces:
    Cloneable


    public class WmfRestoreDc
    extends WmfObject

    The restore DC object

    • Constructor Detail

      • WmfRestoreDc

        public WmfRestoreDc()
    • Method Detail

      • 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.
      • setNSavedDc

        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.