Skip to main content

Interface IPsdFrameConfig

Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IPsdFrameConfig : IFrameConfig

Inherited Members

Properties

RasterizeVectorContentInSmartFrame

bool? RasterizeVectorContentInSmartFrame { get; set; }

BackgroundImage

string BackgroundImage { get; set; }

MultiValueItem

bool? MultiValueItem { get; set; }

MultiValueItemKeepTransformation

bool? MultiValueItemKeepTransformation { get; set; }

MviFirstItemIndex

int MviFirstItemIndex { get; set; }

AutoScaledText

bool? AutoScaledText { get; set; }

PathBoundedText

bool? PathBoundedText { get; set; }

ContainerOutputColor

string ContainerOutputColor { get; set; }

TextColumnCount

int? TextColumnCount { get; set; }
Was this page helpful?