List of status labels used with XingInfoHeaderData to
indicate if the Xing/Info header was loaded successfully.
Declaration Syntax
C# | Visual Basic |
public enum XingInfoHeaderStatus
Public Enumeration XingInfoHeaderStatus
Members
Member | Description |
---|---|
None |
No status.
|
Successful |
Indicates that a Xing/Info header was found.
|
HeaderNotFound |
Indicates that no header was found.
|
StartPositionNotValidHeader |
Indicates that a valid header could not be found at the start position.
|