Click or drag to resize

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; }

Property Value

Type: String
Remarks
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