menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GeneralPurposeBitFlags - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GeneralPurposeBitFlags

    General purpose bit flag.

    Inheritance
    System.Object
    GeneralPurposeBitFlags
    Namespace: Syncfusion.Compression.Zip
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public sealed class GeneralPurposeBitFlags : Enum

    Fields

    SizeAfterData

    If this bit is set, the fields crc-32, compressed size and uncompressed size are set to zero in the local header. The correct values are put in the data descriptor immediately following the compressed data. (Note: PKZIP version 2.04g for DOS only recognizes this bit for method 8 compression, newer versions of PKZIP recognize this bit for any compression method.)

    Declaration
    public const GeneralPurposeBitFlags SizeAfterData
    Field Value
    Type
    GeneralPurposeBitFlags

    Unicode

    Language encoding flag (EFS). If this bit is set, the filename and comment fields for this file must be encoded using UTF-8.

    Declaration
    public const GeneralPurposeBitFlags Unicode
    Field Value
    Type
    GeneralPurposeBitFlags

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved