'Declaration Public Function SetDrawingLayoutProperties( _
ByVal contentDrawingThe drawing.As Vintasoft.Imaging.Office.Vmf.UI.VmfContentDrawing, _
ByVal contentDrawingPropertiesThe content drawing properties.As DocumentDrawingLayoutProperties _
) As Boolean
public bool SetDrawingLayoutProperties(
Vintasoft.Imaging.Office.Vmf.UI.VmfContentDrawing contentDrawing,
DocumentDrawingLayoutProperties contentDrawingProperties
)
public: bool SetDrawingLayoutProperties(
Vintasoft.Imaging.Office.Vmf.UI.VmfContentDrawing* contentDrawing,
DocumentDrawingLayoutProperties* contentDrawingProperties
)
public:
bool SetDrawingLayoutProperties(
Vintasoft.Imaging.Office.Vmf.UI.VmfContentDrawing^ contentDrawing,
DocumentDrawingLayoutProperties^ contentDrawingProperties
)
Parameters
- contentDrawing
- The drawing.
- contentDrawingProperties
- The content drawing properties.
Return Value
The content drawing.