VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifFile Class / CreatePageFromImageMethod Property
Syntax Requirements SeeAlso
In This Topic
    CreatePageFromImageMethod Property (GifFile)
    In This Topic
    Gets or sets a CreatePageMethod.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also