EmfPlusEndOfFile

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusControlRecordType

public final class EmfPlusEndOfFile extends EmfPlusControlRecordType

The EmfPlusEndOfFile record specifies the end of EMF+ data in the metafile.

Constructors

ConstructorDescription
EmfPlusEndOfFile(EmfPlusRecord source)Initializes a new instance of the EmfPlusEndOfFile class.

Methods

MethodDescription
getFlags()Gets or sets a 16-bit unsigned integer that is not used.
setFlags(short value)Gets or sets a 16-bit unsigned integer that is not used.

EmfPlusEndOfFile(EmfPlusRecord source)

public EmfPlusEndOfFile(EmfPlusRecord source)

Initializes a new instance of the EmfPlusEndOfFile class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

getFlags()

public short getFlags()

Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt

Returns: short

setFlags(short value)

public void setFlags(short value)

Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt

Parameters:

ParameterTypeDescription
valueshort