Table of Contents

Class WmfEscapePostScript

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords
Assembly
Aspose.Imaging.dll

The Escape PostScript data record.

public class WmfEscapePostScript : WmfEscapeRecordBase
Inheritance
WmfEscapePostScript
Inherited Members

Constructors

WmfEscapePostScript()

public WmfEscapePostScript()
See Also

Properties

PostScriptPart

Gets or sets the post script part.

public string PostScriptPart { get; set; }

Property Value

string

The post script part.

See Also

See Also