Class SaveShapeTypeOption
Specifies the shape type that needs to be converted to a picture, and defaults to all types
public class SaveShapeTypeOption
- Inheritance
-
SaveShapeTypeOption
- Inherited Members
Constructors
SaveShapeTypeOption()
public SaveShapeTypeOption()
Properties
SaveAll
Identifies whether All shape converted to a picture
public bool SaveAll { get; set; }
Property Value
SaveArc
Identifies whether Arc shape converted to a picture
public bool SaveArc { get; set; }
Property Value
SaveButton
Identifies whether Button shape converted to a picture
public bool SaveButton { get; set; }
Property Value
SaveCheckBox
Identifies whether CheckBox shape converted to a picture
public bool SaveCheckBox { get; set; }
Property Value
SaveComboBox
Identifies whether ComboBox shape converted to a picture
public bool SaveComboBox { get; set; }
Property Value
SaveDml
Identifies whether Dml shape converted to a picture
public bool SaveDml { get; set; }
Property Value
SaveGroupBox
Identifies whether GroupBox shape converted to a picture
public bool SaveGroupBox { get; set; }
Property Value
SaveGroupShape
Identifies whether Group shape converted to a picture.(Child of this group shape will not convert)
public bool SaveGroupShape { get; set; }
Property Value
SaveLabel
Identifies whether Label shape converted to a picture
public bool SaveLabel { get; set; }
Property Value
SaveLine
Identifies whether Line shape converted to a picture
public bool SaveLine { get; set; }
Property Value
SaveListBox
Identifies whether ListBox shape converted to a picture
public bool SaveListBox { get; set; }
Property Value
SaveOval
Identifies whether eOval shape converted to a picture
public bool SaveOval { get; set; }
Property Value
SavePicture
Identifies whether Picture shape converted to a picture
public bool SavePicture { get; set; }
Property Value
SavePrstGomShape
Identifies whether PrstGomShape shape converted to a picture
public bool SavePrstGomShape { get; set; }
Property Value
SaveRadioButton
Identifies whether RadioButton shape converted to a picture
public bool SaveRadioButton { get; set; }
Property Value
SaveRectangle
Identifies whether Rectangle shape converted to a picture
public bool SaveRectangle { get; set; }
Property Value
SaveTextBox
Identifies whether TextBox shape converted to a picture
public bool SaveTextBox { get; set; }