Skip to main content

Status Enum

Declaration

Status = (
    Ok,
    GenericError,
    InvalidParameter,
    OutOfMemory,
    ObjectBusy,
    InsufficientBuffer,
    NotImplemented,
    Win32Error,
    WrongState,
    Aborted,
    FileNotFound,
    ValueOverflow,
    AccessDenied,
    UnknownImageFormat,
    FontFamilyNotFound,
    FontStyleNotFound,
    NotTrueTypeFont,
    UnsupportedGdiplusVersion,
    GdiplusNotInitialized,
    PropertyNotFound,
    PropertyNotSupported
);

Members

Name
Ok
GenericError
InvalidParameter
OutOfMemory
ObjectBusy
InsufficientBuffer
NotImplemented
Win32Error
WrongState
Aborted
FileNotFound
ValueOverflow
AccessDenied
UnknownImageFormat
FontFamilyNotFound
FontStyleNotFound
NotTrueTypeFont
UnsupportedGdiplusVersion
GdiplusNotInitialized
PropertyNotFound
PropertyNotSupported
See Also