PXS_StreamEncoderParamStruct Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXS_StreamEncoderParamStruct Structure}} | {{#customTitle:PXS_StreamEncoderParamStruct Structure}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXS_Structures|PXS_StreamEncoderParamStruct|structure}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 37: | Line 38: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXS_Document_GetStandardStreamDecoder|IPXS_Document::GetStandardStreamDecoder]], [[PXV:IPXS_Document_GetStandardStreamEncoder|IPXS_Document::GetStandardStreamEncoder]], [[PXV:IPXS_CryptInterface_GetStreamDecoder|IPXS_CryptInterface::GetStreamDecoder]], [[PXV:IPXS_CryptInterface_GetStreamEncoder|IPXS_CryptInterface::GetStreamEncoder]] |
Latest revision as of 09:39, 23 May 2015
Specifies the ...
Syntax
struct PXS_StreamEncoderParamStruct { ULONG m_nObjNumber; ULONG m_nRevNumber; ULONG m_StreamType; VARIANT_BOOL m_bCryptInFilter; VARIANT_BOOL m_bNeedCrypt; IPXS_PDFVariant* m_CryptFilterParams; IPXS_PDFVariant* m_NewCryptParams; };
Members
- m_nObjNumber
- Value of ULONG ...
- m_nRevNumber
- Value of ULONG ...
- m_StreamType
- Value of ULONG ...
- m_bCryptInFilter
- Value of VARIANT_BOOL ...
- m_bNeedCrypt
- Value of VARIANT_BOOL ...
- m_CryptFilterParams
- Pointer to IPXS_PDFVariant ...
- m_NewCryptParams
- Pointer to IPXS_PDFVariant ...
See Also
IPXS_Document::GetStandardStreamDecoder, IPXS_Document::GetStandardStreamEncoder, IPXS_CryptInterface::GetStreamDecoder, IPXS_CryptInterface::GetStreamEncoder