EpsEncoderCreator Property |
This property represents the creator field in the header of the resulting EPS image.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string Creator { get; set; }
Public Property Creator As String
Get
Set
Property Value
Type:
StringRemarks If the string contains carriage return or new line characters, the resulting image may not work properly.
By default, this property is set to "%%company-full%%"
See Also