PackagePath Property

The path to the Open XML package file.

Syntax

ANSI (Cross Platform)
char* GetPackagePath();
int SetPackagePath(const char* lpszPackagePath); Unicode (Windows) LPWSTR GetPackagePath();
INT SetPackagePath(LPCWSTR lpszPackagePath);
@property (nonatomic,readwrite,assign,getter=packagePath,setter=setPackagePath:) NSString* packagePath;
- (NSString*)packagePath;
- (void)setPackagePath:(NSString*)newPackagePath;
#define PID_OFFICEDOC_PACKAGEPATH 8

IPWORKSZIP_EXTERNAL void* IPWORKSZIP_CALL IPWorksZip_OfficeDoc_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSZIP_EXTERNAL int IPWORKSZIP_CALL IPWorksZip_OfficeDoc_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the path and filename of the Open XML package to work on.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 C++ Edition - Version 20.0 [Build 8300]