'Declaration <DescriptionAttribute("A value indicating whether MRC encoder must add PDF layers (optional content).")> <DefaultValueAttribute(True)> Public Property AddPdfLayers As Boolean
[Description("A value indicating whether MRC encoder must add PDF layers (optional content).")] [DefaultValue(True)] public bool AddPdfLayers { get; set; }
[Description("A value indicating whether MRC encoder must add PDF layers (optional content).")] [DefaultValue(True)] public: __property bool get_AddPdfLayers(); public: __property void set_AddPdfLayers(
bool value
);
[Description("A value indicating whether MRC encoder must add PDF layers (optional content).")] [DefaultValue(True)] public:
property bool AddPdfLayers { bool get(); void set(bool value); }
Property Value
True - the MRC encoder must add PDF layers (optional content); false - the MRC encoder must not add PDF layers (optional content).
Default value is true.
Default value is true.