VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfWidgetAnnotation Class / PaperMetaData Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    PaperMetaData Свойство (PdfWidgetAnnotation)
    В этом разделе
    Возвращает или задает параметры генерации PaperMetaData.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Instructions to a barcode encoding module of a conforming reader on how to generate the barcode image.")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(null)>
    Public Property PaperMetaData As PdfPaperMetaDataGenerationParameters
    
    
    [Description("Instructions to a barcode encoding module of a conforming reader on how to generate the barcode image.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [Category("Appearance")]
    [DefaultValue(null)]
    public PdfPaperMetaDataGenerationParameters PaperMetaData { get; set; }
    
    
    [Description("Instructions to a barcode encoding module of a conforming reader on how to generate the barcode image.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [Category("Appearance")]
    [DefaultValue(null)]
    public: __property PdfPaperMetaDataGenerationParameters* get_PaperMetaData();
    public: __property void set_PaperMetaData(
    PdfPaperMetaDataGenerationParameters* value
    );
    [Description("Instructions to a barcode encoding module of a conforming reader on how to generate the barcode image.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [Category("Appearance")]
    [DefaultValue(null)]
    public:
    property PdfPaperMetaDataGenerationParameters^ PaperMetaData { PdfPaperMetaDataGenerationParameters^ get(); void set(PdfPaperMetaDataGenerationParameters^ value); }
    Ремарки

    Содержит инструкции для модуля кодирования штрих-кода соответствующего считывателя о том, как генерировать изображение штрих-кода.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также