📄 vispdfd9.dpk
字号:
package VisPDFD9;
{$R *.res}
{$R 'VPDFReg.dcr'}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS ON}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'VisPDF Lib - VCL library for creating PDF files'}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vcljpg;
contains
VPDFZLibConst in 'VPDFZLibConst.pas',
VPDFBarcode in 'VPDFBarcode.pas',
VPDFCCITT in 'VPDFCCITT.pas',
VPDFCrypt in 'VPDFCrypt.pas',
VPDFData in 'VPDFData.pas',
VPDFDoc in 'VPDFDoc.pas',
VPDFFontRecords in 'VPDFFontRecords.pas',
VPDFFonts in 'VPDFFonts.pas',
VPDFImage in 'VPDFImage.pas',
VPDFReg in 'VPDFReg.pas',
VPDFTypes in 'VPDFTypes.pas',
VPDFWmf in 'VPDFWmf.pas',
VPDFZLib in 'VPDFZLib.pas',
VPDFTiff in 'VPDFTiff.pas',
VPDFCLibs in 'VPDFCLibs.pas',
VPDFJpegLib in 'VPDFJpegLib.pas',
VPDFObjects in 'VPDFObjects.pas';
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -