| 
PictureWatermark
Picture Property
  | 
 Gets or sets the picture associated with the object.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
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
See Also