Packages

 

com.aspose.imaging.fileformats.wmf.objects.escaperecords

Class WmfEscapeRecordBase

    • Constructor Detail

      • WmfEscapeRecordBase

        public WmfEscapeRecordBase()
    • Method Detail

      • getByteCount

        public int getByteCount()

        Gets or sets the byte count.

        Value: A 16-bit unsigned integer that specifies the size, in bytes, of the record data that follows. This value MUST be 34 plus the value of the EnhancedMetafileDataSize field.
      • setByteCount

        public void setByteCount(int value)

        Gets or sets the byte count.

        Value: A 16-bit unsigned integer that specifies the size, in bytes, of the record data that follows. This value MUST be 34 plus the value of the EnhancedMetafileDataSize field.
      • getData

        public byte[] getData()

        Gets or sets the data.

        Value: The data.
      • setData

        public void setData(byte[] value)

        Gets or sets the data.

        Value: The data.
      • getChecked

        public boolean getChecked()

        Gets a value indicating whether this WmfEscapeRecordBase is checked.

        Value: true if checked; otherwise, false.
      • setChecked

        public void setChecked(boolean value)

        Gets a value indicating whether this WmfEscapeRecordBase is checked.

        Value: true if checked; otherwise, false.