Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfExtEscape

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfExtEscape
    extends EmfEscapeRecordType

    The EMR_EXTESCAPE record passes arbitrary information to a printer driver. The intent is that the information will not result in drawing being done.

    • Constructor Detail

      • EmfExtEscape

        public EmfExtEscape(EmfRecord source)

        Initializes a new instance of the EmfExtEscape class.

        Parameters:
        source - The source.
    • Method Detail

      • getCjIn

        public int getCjIn()

        Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.

      • setCjIn

        public void setCjIn(int value)

        Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.

      • getData

        public byte[] getData()

        Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available.

      • setData

        public void setData(byte[] value)

        Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available.