ImageOptionsBaseFullFrame Property |
Gets or sets a value indicating whether [full frame].
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 21.2
Syntaxpublic bool FullFrame { get; set; }
Public Property FullFrame As Boolean
Get
Set
public:
property bool FullFrame {
bool get ();
void set (bool value);
}
member FullFrame : bool with get, set
Property Value
Type:
Booleantrue if [full frame]; otherwise,
false.
See Also