'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 - MRC энкодер должен добавлять слои PDF (необязательный контент); false - MRC энкодер не должен добавлять слои PDF (необязательный контент).
Значение по умолчанию - true.
Значение по умолчанию - true.