Background
Picture Property
|
Gets or sets background picture.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Image Picture { get; set; }
Public Property Picture As Image
Get
Set
public:
property Image^ Picture {
Image^ get ();
void set (Image^ value);
}
member Picture : Image with get, set
Property Value
Type:
Image
See Also