'Declaration <DefaultValueAttribute(UseGlobalOrLocalPalette)> Public Property CreatePageFromImageMethod As CreatePageMethod
[DefaultValue(UseGlobalOrLocalPalette)] public CreatePageMethod CreatePageFromImageMethod { get; set; }
[DefaultValue(UseGlobalOrLocalPalette)] public: __property CreatePageMethod get_CreatePageFromImageMethod(); public: __property void set_CreatePageFromImageMethod(
CreatePageMethod value
);
[DefaultValue(UseGlobalOrLocalPalette)] public:
property CreatePageMethod CreatePageFromImageMethod { CreatePageMethod get(); void set(CreatePageMethod value); }